Add simple tests, cleanup
authorRaph Levien <raph@google.com>
Fri, 27 Jan 2017 00:01:36 +0000 (16:01 -0800)
committerRaph Levien <raph@google.com>
Fri, 27 Jan 2017 19:40:58 +0000 (11:40 -0800)
commit5cb69957e31ad5c33aa9cbdc745cbd84874c6736
tree5931f8aaeb35af48cdfb9a17d18fdab1e95a066e
parentd79249b629a1fb532a16c2c9d60717afaf7a204a
Add simple tests, cleanup

Tests for existence for dep-info output in simple compilation cases.

Deletes the dep-info file if it fails (for example, if it can't find
one of the dep-info inputs).
src/cargo/ops/cargo_rustc/output_depinfo.rs
tests/dep-info.rs [new file with mode: 0644]